From 261a0cc767a535bf1016d9b091e46eb6082016f0 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 7 Feb 2007 18:39:45 +0000 Subject: [PATCH] ($(TRES)): Depend on stamp_BLD, since $(TRES) is put into $(BLD). --- src/makefile.w32-in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/makefile.w32-in b/src/makefile.w32-in index c796a52fe2c..9f5783c2ab3 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -210,7 +210,7 @@ bootstrap-clean: # The resource file. NT 3.10 requires the use of cvtres; even though # it is not necessary on later versions, it is still ok to use it. # -$(TRES): ../nt/emacs.rc +$(TRES): ../nt/emacs.rc stamp_BLD $(RC) $(RC_INCLUDE)../nt $(RC_OUT)$@ $(ALL_DEPS) # -- 2.30.2